home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / src / Tree / tests / Makefile next >
Encoding:
Makefile  |  1992-07-13  |  7.7 KB  |  155 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. include ../../../Makedefs
  14. include ../../Makedefs
  15.  
  16. SOURCES  = test_BT.C test_AVL.C test_nodes.C test_NT.C
  17. OBJECTS  = $(SOURCES:.C=.o)
  18. PROGRAMS = $(OBJECTS:.o=.x)
  19. RESULTS  = $(PROGRAMS:.x=.out)
  20.  
  21. include ../../../Maketeststargs
  22.  
  23. # DO NOT DELETE THIS LINE -- make depend depends on it.
  24.  
  25. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  26. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  27. test_BT.o: /usr/lang/SC1.0/include/CC/string.h
  28. test_BT.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  29. test_BT.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  30. test_BT.o: /usr/lang/SC1.0/include/CC/memory.h
  31. test_BT.o: /usr/lang/SC1.0/include/CC/stream.h
  32. test_BT.o: /usr/lang/SC1.0/include/CC/iostream.h
  33. test_BT.o: /usr/lang/SC1.0/include/CC/iomanip.h
  34. test_BT.o: /usr/lang/SC1.0/include/CC/generic.h
  35. test_BT.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  36. test_BT.o: /usr/lang/SC1.0/include/CC/stdio.h
  37. test_BT.o: /usr/lang/SC1.0/include/CC/fstream.h
  38. test_BT.o: /home/etamin/u0/nguyen/cool/include/misc.h
  39. test_BT.o: /usr/lang/SC1.0/include/CC/values.h
  40. test_BT.o: /home/etamin/u0/nguyen/cool/include/defs.h
  41. test_BT.o: /usr/lang/SC1.0/include/CC/stdlib.h
  42. test_BT.o: /usr/lang/SC1.0/include/CC/stddef.h
  43. test_BT.o: /usr/lang/SC1.0/include/CC/pwd.h
  44. test_BT.o: /usr/lang/SC1.0/include/CC/errno.h
  45. test_BT.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  46. test_BT.o: /usr/lang/SC1.0/include/CC/sys/types.h
  47. test_BT.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  48. test_BT.o: /usr/lang/SC1.0/include/CC/malloc.h
  49. test_BT.o: /usr/lang/SC1.0/include/CC/alloca.h
  50. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  51. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  52. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  53. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
  54. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  55. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  56. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  57. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  58. test_BT.o: /usr/lang/SC1.0/include/CC/new.h
  59. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  60. test_BT.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
  61. test_BT.o: /home/etamin/u0/nguyen/cool/include/test.h
  62. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  63. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  64. test_AVL.o: /usr/lang/SC1.0/include/CC/string.h
  65. test_AVL.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  66. test_AVL.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  67. test_AVL.o: /usr/lang/SC1.0/include/CC/memory.h
  68. test_AVL.o: /usr/lang/SC1.0/include/CC/stream.h
  69. test_AVL.o: /usr/lang/SC1.0/include/CC/iostream.h
  70. test_AVL.o: /usr/lang/SC1.0/include/CC/iomanip.h
  71. test_AVL.o: /usr/lang/SC1.0/include/CC/generic.h
  72. test_AVL.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  73. test_AVL.o: /usr/lang/SC1.0/include/CC/stdio.h
  74. test_AVL.o: /usr/lang/SC1.0/include/CC/fstream.h
  75. test_AVL.o: /home/etamin/u0/nguyen/cool/include/misc.h
  76. test_AVL.o: /usr/lang/SC1.0/include/CC/values.h
  77. test_AVL.o: /home/etamin/u0/nguyen/cool/include/defs.h
  78. test_AVL.o: /usr/lang/SC1.0/include/CC/stdlib.h
  79. test_AVL.o: /usr/lang/SC1.0/include/CC/stddef.h
  80. test_AVL.o: /usr/lang/SC1.0/include/CC/pwd.h
  81. test_AVL.o: /usr/lang/SC1.0/include/CC/errno.h
  82. test_AVL.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  83. test_AVL.o: /usr/lang/SC1.0/include/CC/sys/types.h
  84. test_AVL.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  85. test_AVL.o: /usr/lang/SC1.0/include/CC/malloc.h
  86. test_AVL.o: /usr/lang/SC1.0/include/CC/alloca.h
  87. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  88. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.h
  89. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.h
  90. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Tree.h
  91. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  92. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  93. test_AVL.o: /usr/lang/SC1.0/include/CC/new.h
  94. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  95. test_AVL.o: /home/etamin/u0/nguyen/cool/include/test.h
  96. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.C
  97. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Node.h
  98. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Binary_Node.h
  99. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/Binary_Tree.C
  100. test_AVL.o: /home/etamin/u0/nguyen/cool/include/cool/AVL_Tree.C
  101. test_nodes.o: /home/etamin/u0/nguyen/cool/include/test.h
  102. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/String.h
  103. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/char.h
  104. test_nodes.o: /usr/lang/SC1.0/include/CC/string.h
  105. test_nodes.o: /usr/lang/SC1.0/include/CC/c_varieties.h
  106. test_nodes.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  107. test_nodes.o: /usr/lang/SC1.0/include/CC/memory.h
  108. test_nodes.o: /usr/lang/SC1.0/include/CC/stream.h
  109. test_nodes.o: /usr/lang/SC1.0/include/CC/iostream.h
  110. test_nodes.o: /usr/lang/SC1.0/include/CC/iomanip.h
  111. test_nodes.o: /usr/lang/SC1.0/include/CC/generic.h
  112. test_nodes.o: /usr/lang/SC1.0/include/CC/stdiostream.h
  113. test_nodes.o: /usr/lang/SC1.0/include/CC/stdio.h
  114. test_nodes.o: /usr/lang/SC1.0/include/CC/fstream.h
  115. test_nodes.o: /home/etamin/u0/nguyen/cool/include/misc.h
  116. test_nodes.o: /usr/lang/SC1.0/include/CC/values.h
  117. test_nodes.o: /home/etamin/u0/nguyen/cool/include/defs.h
  118. test_nodes.o: /usr/lang/SC1.0/include/CC/stdlib.h
  119. test_nodes.o: /usr/lang/SC1.0/include/CC/stddef.h
  120. test_nodes.o: /usr/lang/SC1.0/include/CC/pwd.h
  121. test_nodes.o: /usr/lang/SC1.0/include/CC/errno.h
  122. test_nodes.o: /usr/lang/SC1.0/include/CC/sys/errno.h
  123. test_nodes.o: /usr/lang/SC1.0/include/CC/sys/types.h
  124. test_nodes.o: /usr/lang/SC1.0/include/CC/sys/sysmacros.h
  125. test_nodes.o: /usr/lang/SC1.0/include/CC/malloc.h
  126. test_nodes.o: /usr/lang/SC1.0/include/CC/alloca.h
  127. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Envelope.h
  128. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
  129. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
  130. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
  131. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
  132. test_nodes.o: /usr/lang/SC1.0/include/CC/stdarg.h
  133. test_nodes.o: /usr/lang/SC1.0/include/CC/new.h
  134. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.C
  135. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.C
  136. test_nodes.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
  137. test_NT.o: /home/etamin/u0/nguyen/cool/include/test.h
  138. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.h
  139. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.h
  140. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.h
  141. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Vector.h
  142. test_NT.o: /usr/lang/SC1.0/include/CC/stdarg.h
  143. test_NT.o: /usr/lang/SC1.0/include/CC/new.h
  144. test_NT.o: /usr/lang/SC1.0/include/CC/stddef.h
  145. test_NT.o: /usr/lang/SC1.0/include/CC/sys/stdtypes.h
  146. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.h
  147. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/NT_State.h
  148. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Stack.h
  149. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Base_Stack.h
  150. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Pair.h
  151. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/Vector.C
  152. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Node.C
  153. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/D_Node.C
  154. test_NT.o: /home/etamin/u0/nguyen/cool/include/cool/N_Tree.C
  155.